DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / ValidateStatement Method

In This Topic
    ValidateStatement Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Virtual method to validate if the given statement is supported by the implemented provider.
    Syntax
    'Declaration
     
    Protected Overridable Sub ValidateStatement( _
       ByVal statement As ISQLStatement _
    ) 
    protected virtual void ValidateStatement( 
       ISQLStatement statement
    )

    Parameters

    statement
    See Also